home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cchh01.arc
/
USQ.H
< prev
next >
Wrap
Text File
|
1986-03-14
|
384b
|
14 lines
#define LARGE 30000
/* Decoding tree */
EXTERN struct {
int children[2]; /* left, right */
} dnode[NUMVALS - 1];
EXTERN int bpos; /* last bit position read */
EXTERN int curin; /* last byte value read */
/* Variables associated with repetition decoding */
EXTERN int repct; /*Number of times to retirn value*/
EXTERN int value; /*current byte value or EOF */